Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2025

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) 7.28.4 -> 7.28.5 age confidence
@babel/preset-env (source) 7.28.3 -> 7.28.5 age confidence
@graphql-tools/utils (source) 10.9.1 -> 10.10.0 age confidence
@types/express (source) 5.0.3 -> 5.0.5 age confidence
@types/node (source) 24.9.0 -> 24.10.0 age confidence
graphql 16.11.0 -> 16.12.0 age confidence
lint-staged 16.2.5 -> 16.2.6 age confidence
swagger-ui-dist 5.29.5 -> 5.30.1 age confidence

Release Notes

babel/babel (@​babel/core)

v7.28.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse
🏠 Internal
🏃‍♀️ Performance
ardatan/graphql-tools (@​graphql-tools/utils)

v10.10.0

Compare Source

Minor Changes
  • #​5269
    fded91e
    Thanks @​uroslates! - Add default values to the arguments

    When the schema is like following;

    type Query {
        getAllPages(currentPage: Int = 0, pageSize: Int = 10, pageType: getAllPages_pageType = ContentPage, sort: String = "asc"): PagesList
    }
    
    enum getAllPages_pageType {
        ContentPage
        CategoryPage
        CatalogPage
    }
    
    type PagesList {
        ...
    }

    The generated operation will be like following;

    query getAllPages_query($currentPage: Int = 0, $pageSize: Int = 10, $pageType: getAllPages_pageType = ContentPage, $sort: String = "asc") {
        getAllPages(currentPage: $currentPage, pageSize: $pageSize, pageType: $pageType, sort: $sort) {
            ...
        }
    }
Patch Changes
  • #​7012
    fd105f4
    Thanks @​ardatan! - Fix the bug in mergeDeep;

    The following inputs and outputs are corrected;

    • mergeDeep([{a:2}, undefined]) - Any nullish values should be ignored so it should return
      {a:2}
    • mergeDeep([]) - no sources should return undefined
    • mergeDeep([undefined]) - no sources should return undefined
  • #​5294
    3b99a9b
    Thanks @​n1ru4l! - Do not map builtin scalars

graphql/graphql-js (graphql)

v16.12.0: 16.12.0

Compare Source

v16.12.0 (2025-11-01)

New Feature 🚀
Bug Fix 🐞
Docs 📝
28 PRs were merged
Polish 💅
Internal 🏠
3 PRs were merged
Committers: 9
lint-staged/lint-staged (lint-staged)

v16.2.6

Compare Source

Patch Changes
swagger-api/swagger-ui (swagger-ui-dist)

v5.30.1

Compare Source

Bug Fixes

v5.30.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 21, 2025
@renovate renovate bot enabled auto-merge (squash) October 21, 2025 02:02
@github-actions
Copy link
Contributor

github-actions bot commented Oct 21, 2025

💻 Website Preview

The latest changes are available as preview in: https://pr-1812.sofa.pages.dev

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from adb72ff to 0d90ff7 Compare October 22, 2025 17:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0d90ff7 to c3dd10b Compare October 23, 2025 18:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c3dd10b to e092ca5 Compare October 24, 2025 05:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e092ca5 to 875cd8d Compare October 27, 2025 12:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 875cd8d to eb58a4f Compare October 27, 2025 23:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb58a4f to d891156 Compare October 28, 2025 17:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d891156 to 74b7bbb Compare October 30, 2025 16:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 74b7bbb to 88022bb Compare October 31, 2025 13:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 88022bb to 4d7aa12 Compare November 1, 2025 17:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4d7aa12 to 3003081 Compare November 3, 2025 02:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3003081 to 4fe5bc3 Compare November 3, 2025 03:11
@renovate renovate bot merged commit a75f465 into master Nov 3, 2025
4 of 5 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch November 3, 2025 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

1 participant